IPRight Management B2B API

(0 reviews)

Trade Mark - Renewal


About

The Trade Mark New Renewal API allows you to renew an Australian Trade Mark.

API Request Endpoints

Name Description Endpoint Method
Search for Trade Marks (Optional) Search for Australian Trade Marks using various query parameters /trade-marks GET
Get Trade Mark Application Details (Optional) Retrieve basic details of an Australian Trade Mark /trade-marks/{ipRightIdentifier} GET
Renew Trade Mark Renew an Australian Trade Mark /trade-marks/{ipRightIdentifier}/renew POST

Transaction Flow

The process flow diagram below is an example of how to use different endpoints to renew an Australian Trade Mark:

resources/TM%20Renewal%20API%20Flow-a60349be-f6af-487c-ab91-6bf78eef53cb.png

Scenario:

"Customer" would like to renew 3 Australian Trade Marks.

Step 1.

"Customer" knows 1 of their Trade Mark Numbers (IDs) '0000001' but is unsure what the remaining 2 Trade Mark Numbers (IDs) are.

Request) The GET Search for Trade Marks endpoint is used to search for the 2 unknown Trade Mark numbers (IDs) using various query parameters.

Response) IP Australia returns a response with a list of Trade Mark numbers (IDs) and details matching the search parameters used.

Result) The 2 unknown Trade Mark numbers (IDs) have now been discovered and confirmed '0000002' and '0000003'.

Step 2.

"Customer" would like to confirm Trade Mark Number '0000001' is correct with IP Australia.

Request) The GET Get Trade Mark Application Details endpoint is used to request Trade Mark details for Trade Mark Number '0000001'

Response) IP Australia returns a response containing the Trade Mark details of Trade Mark Number '0000001'.

Result) The Trade Mark details of Trade Mark Number '0000001' are now confirmed.

Step 3.

"Customer" would like to confirm Trade Mark Numbers '0000001', '0000002' and '0000003' can be renewed and what the fees to renew will be.

Request) The POST Renew Trade Mark endpoint is used with the IPA-Validation-Only header = True to validate the renewal transaction for Trade Mark Number '2019000000' and confirm fees.

Response) IP Australia returns a response confirming the renewal transaction is valid and total fees required.

Repeat for remaining Trade Mark Numbers.

Result) The renewal of Trade Mark Numbers '0000001', '0000002' and '0000003' and applicable fees are now confirmed.

Step 4.

"Customer" would like to renew Trade Mark Numbers '0000001', '0000002' and '0000003'.

Request) The POST Renew Trade Mark endpoint is used with the IPA-Validation-Only header = False to request the renewal of Trade Mark Number '0000001'.

Response) IP Australia returns a response confirming the renewal transaction is successful and total fees debited.

Repeat for remaining Trade Mark Numbers.

Result) The renewal of Trade Mark Numbers '0000001', '0000002' and '0000003' is successful and applicable fees have been debited.

For further information on the IPA-Validation-Only header see Validating Transactions.


Reviews